github.com/klauspost/compress/zstd.readerWrapper.r (field)

8 uses

	github.com/klauspost/compress/zstd (current package)
		bytebuf.go#L78: 	r   io.Reader
		bytebuf.go#L86: 	n2, err := io.ReadFull(r.r, r.tmp[:n])
		bytebuf.go#L104: 	n2, err := io.ReadFull(r.r, dst[:n])
		bytebuf.go#L112: 	n2, err := io.ReadFull(r.r, r.tmp[:1])
		bytebuf.go#L126: 	n2, err := io.CopyN(io.Discard, r.r, n)
		decoder.go#L173: 	d.syncStream.br.r = nil
		decoder.go#L642: 	d.syncStream.br = readerWrapper{r: r}
		decoder.go#L657: 	br := readerWrapper{r: r}